﻿2026-09-11T11:29:48.6546580Z ##[group]Run actions/checkout@v5
2026-09-11T11:29:48.6547379Z with:
2026-09-11T11:29:48.6547770Z   fetch-depth: 2
2026-09-11T11:29:48.6572392Z   repository: BigscreenVR/spt-bs-core
2026-09-11T11:29:48.6575374Z   token: ***
2026-09-11T11:29:48.6575767Z   ssh-strict: true
2026-09-11T11:29:48.6576163Z   ssh-user: git
2026-09-11T11:29:48.6576593Z   persist-credentials: true
2026-09-11T11:29:48.6577016Z   clean: true
2026-09-11T11:29:48.6577399Z   sparse-checkout-cone-mode: true
2026-09-11T11:29:48.6577851Z   fetch-tags: false
2026-09-11T11:29:48.6578241Z   show-progress: true
2026-09-11T11:29:48.6578629Z   lfs: false
2026-09-11T11:29:48.6579155Z   submodules: false
2026-09-11T11:29:48.6579588Z   set-safe-directory: true
2026-09-11T11:29:48.6580028Z   allow-unsafe-pr-checkout: false
2026-09-11T11:29:48.6580790Z ##[endgroup]
2026-09-11T11:29:48.7378138Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-11T11:29:48.7379962Z ##[group]Getting Git version info
2026-09-11T11:29:48.7380693Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-11T11:29:48.7381681Z [command]/usr/bin/git version
2026-09-11T11:29:48.7382119Z git version 2.43.0
2026-09-11T11:29:48.7398663Z ##[endgroup]
2026-09-11T11:29:48.7402328Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/da5770dc-7a6f-448c-9756-14d4a085dc29/.gitconfig'
2026-09-11T11:29:48.7409061Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/da5770dc-7a6f-448c-9756-14d4a085dc29' before making global git config changes
2026-09-11T11:29:48.7410355Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T11:29:48.7412662Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-11T11:29:48.7463961Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-11T11:29:48.7483316Z https://github.com/BigscreenVR/spt-bs-core
2026-09-11T11:29:48.7492995Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-11T11:29:48.7495524Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-11T11:29:48.7514004Z refs/heads/main
2026-09-11T11:29:48.7520221Z [command]/usr/bin/git checkout --detach
2026-09-11T11:29:48.7603176Z HEAD is now at e28bc27de docs(register): IR-107 third instrument defect - oid checks normalize eol; child-only switch is a non-measurement
2026-09-11T11:29:48.7638638Z [command]/usr/bin/git branch --delete --force main
2026-09-11T11:29:48.7672769Z Deleted branch main (was e28bc27de).
2026-09-11T11:29:48.7836461Z ##[endgroup]
2026-09-11T11:29:48.7840443Z [command]/usr/bin/git submodule status
2026-09-11T11:29:48.8065812Z ##[group]Cleaning the repository
2026-09-11T11:29:48.8070206Z [command]/usr/bin/git clean -ffdx
2026-09-11T11:29:48.8104665Z Removing traceable-reqs
2026-09-11T11:29:48.8111944Z [command]/usr/bin/git reset --hard HEAD
2026-09-11T11:29:48.8185950Z HEAD is now at e28bc27de docs(register): IR-107 third instrument defect - oid checks normalize eol; child-only switch is a non-measurement
2026-09-11T11:29:48.8191703Z ##[endgroup]
2026-09-11T11:29:48.8193187Z ##[group]Disabling automatic garbage collection
2026-09-11T11:29:48.8196235Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T11:29:48.8220455Z ##[endgroup]
2026-09-11T11:29:48.8221226Z ##[group]Setting up auth
2026-09-11T11:29:48.8225614Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T11:29:48.8250066Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T11:29:48.8432653Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T11:29:48.8457424Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T11:29:48.8642016Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T11:29:48.8666828Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T11:29:48.8852583Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T11:29:48.8884889Z ##[endgroup]
2026-09-11T11:29:48.8885634Z ##[group]Fetching the repository
2026-09-11T11:29:48.8891115Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +e28bc27de1967e9cb748f1fd0ba881f1309dfb8f:refs/remotes/origin/main
2026-09-11T11:29:49.5529842Z ##[endgroup]
2026-09-11T11:29:49.5531153Z ##[group]Determining the checkout info
2026-09-11T11:29:49.5532451Z ##[endgroup]
2026-09-11T11:29:49.5533269Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T11:29:49.5573122Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T11:29:49.5597214Z ##[group]Checking out the ref
2026-09-11T11:29:49.5598749Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-11T11:29:49.5669522Z Switched to a new branch 'main'
2026-09-11T11:29:49.5670670Z branch 'main' set up to track 'origin/main'.
2026-09-11T11:29:49.5676891Z ##[endgroup]
2026-09-11T11:29:49.5718788Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T11:29:49.5748725Z e28bc27de1967e9cb748f1fd0ba881f1309dfb8f
